home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00148.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  299 b   |  15 lines

  1. on exitFrame
  2.   global loadNext, whatSpeed, whatFactor, frameLoop, waitTime1
  3.   if frameLoop = 0 then
  4.     set whatSpeed to whatSpeed + waitTime1
  5.   end if
  6.   if the timer < whatSpeed then
  7.     set frameLoop to 1
  8.     go(the frame)
  9.   else
  10.     set frameLoop to 0
  11.     resetTimer()
  12.     go(#next)
  13.   end if
  14. end
  15.